docs(ar): update on-demand deploy tag#14099
Conversation
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
|
Preview deployment ✅ Deployment complete!
|
* main: (23 commits) i18n(ru): update `guides/build-with-ai.mdx` (#13950) i18n(ru): add `guides/typescript.mdx` (#13946) i18n(ru): update `astro-courses.mdx` (#13947) i18n(ja): update `integrations-guide/vercel.mdx` (#14008) i18n(pt-br): update `astro-syntax.mdx` translation (#14052) i18n(ru): update `i18n/ru.yml` and `nav/ru.ts` (#13948) docs(ar): update on-demand deploy tag (#14099) i18n(ko-KR): update `markdown-content`, `mdx` (#14121) i18n(ko-KR): update multiple pages (#14120) i18n(ko-KR): update `middleware.mdx` (#14107) i18n(fr): update `api-reference.mdx` (#14124) Fix link check failures on PRs (#14118) i18n(ja): update `contribute.mdx`, `getting-started.mdx`, and `upgrade-astro.mdx` (#14119) i18n(fr): update top level pages (contribute, getting started, upgrade) (#14123) Fix outdated link in 'Migrate from Hugo' guide (#14122) ci: update docs contributors (#14109) Remove Juno from deployment docs (#14114) fix: update a `<Debug />` code snippet to use spread syntax (#14115) ci: update configuration reference docs (#14116) fix: replace v7 link in the upgrade guide aside (#14113) ...
Description (required)
What
Update the Arabic translation of the deploy guide tag from
SSR التصيير على الخادمtoالتصيير عند الطلب.Why
The English label was updated to "On demand", but the Arabic translation still referred to the older "SSR" wording. This makes the Arabic label more consistent with the current terminology used in the docs.
How
Updated the
deploy.ssrTagtranslation insrc/content/i18n/ar.yml.Test
pnpm dev.Related issues & labels (optional)
Note
This PR focuses on the translation update discussed in #12777.
The RTL/BiDi rendering behavior mentioned in the issue was not addressed here, as there does not yet appear to be a confirmed implementation approach in the discussion.